﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/*Global helper classes and rules*/
body {
	font-family: Helvetica, 'Open Sans', sans-serif;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: rgb(2,139,255);
}

.close-title {
	margin-bottom: 0px;
}

.margin-15 {
	margin-left: 15px;
	margin-right: 15px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-left-10 {
	margin-left: 10px;
}	

.margin-left-15 {
	margin-left: 15px;
}	

.margin-right-15 {
	margin-right: 15px;
}

.title-font {
	font-family: oswald, sans-serif !important;
	font-weight: 500 !important;
}

.font-size-25 {
	font-size: 25px !important;
}

.font-size-30 {
	font-size: 30px !important;
}

.font-size-35 {
	font-size: 35px !important;
}

.black {
	color: black !important;
}

.center {
	text-align: center;
}

.padding-left-10 {
	padding-left: 10px;
}

.padding-top-15 {
	padding-top: 15px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-25 {
	padding: 25px;
}

/*Department colors*/
.GSD-color {
	color: #678E34 !important;
}

.CFM-color {
	color: #8B7A68 !important;
}

.RPL-color {
	color: #133C68 !important;
}

.SPR-color {
	color: #329EAB !important;
}

.SPM-color {
	color: #E75526 !important;
}

/*Department shadow-wrappers*/
.GSD-shadow-wrapper,
.CFM-shadow-wrapper,
.RPL-shadow-wrapper,
.SPR-shadow-wrapper,
.SPM-shadow-wrapper {
	background-color: white;
	padding: 25px;
	background: rgba(255, 255, 255, 0.6);
}

.GSD-shadow-wrapper {
	border-bottom: 10px solid #678E34;
}

.CFM-shadow-wrapper {
	border-bottom: 10px solid #8B7A68;
}

.RPL-shadow-wrapper {
	border-bottom: 10px solid #133C68;
}

.SPR-shadow-wrapper {
	border-bottom: 10px solid #329EAB;
}

.SPM-shadow-wrapper {
	border-bottom: 10px solid #E75526;
}

/*Top-panel*/
header {
	padding-bottom: 5px;
}

.logos {
	padding-right: 7px;
}

.logo-img {
	height: 50px;
	padding-right: 5px;
	padding-left: 5px;
}

.logo-img:hover {
	transform: scale(1.1);
}

/*Misson statement panel*/
.mission-statement {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	margin-bottom: 0px;
	margin-top: 0px;
}

.mission-statement h3 {
	text-align: center;
	font-style: italic;
	font-weight: 150 !important;
	font-size: 19px !important;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 17px;
	padding-bottom: 17px;
	color: black !important;
}

/*Navbar panel*/
#navbar img {
	padding-right: 10px;
	float: left;
	height: 55px;
	padding-bottom: 15px;
}

.nav-link {
	padding-top: 0px;
	padding-bottom: 18px;
	padding-top: 18px;
	margin-right: -10px;
}

nav {
	margin-left: -15px;
	margin-right: -15px;
}

#navlinks h5 {
	text-align: left;
	overflow: hidden;
	width: 130px;
	padding-right: -5px;
	font-size: 17px;
}

#SPM-text {
	width: 90px !important;
}

#RPL-text {
	width: 110px !important;
}

/*Popular-Links/Left pane*/
#Popular-Links {
	padding-right: 25px;
	height: 695px;
	overflow: auto;
}

#Popular-Links div {
    padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 2px solid gray;
}

#Popular-Links a:hover {
	color: gray !important;
}

/*Right pane*/
#right-pane {
	margin-left: -15px;
}

#right-pane-pics {
	padding-right: 0px;
	margin-left: 0px;
}

#right-pane-pics h4 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: oswald, sans-serif !important;
	font-weight: 500 !important;
}

#right-pane-pics h4:hover {
	color: gray !important;
}

#right-pane-pics img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

#right-pane h1:hover {
	transform: scale(1.03);
}

#carouselExampleControls {
	padding-bottom: 15px;
}

#right-pane-leftpic {
	padding-left: 0px;
	padding-right: 15px;
}

#right-pane-rightpic {
	padding-left: 0px;
}

/*Footer*/
.footer {
	background-color: white;
	padding-top: 3%;
	padding-bottom: 3%;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.footer .col-lg-6 {
	padding: 0px;
}

.footer img {
	position: absolute;
	left: 20%;
	bottom: -205px;
	opacity: 0.1;
	z-index: -1;
}

#foot-right {
	padding-left: 25px;
}

#foot-left {
	float: right;
	text-align: right;
	border-right: 2px solid black;
	padding-right: 25px;
}

#foot-left a, #foot-right a {
	color: black;
	font-size: 18px;
}

#foot-left a:hover, #foot-right a:hover {
	color: gray;
}

#foot-right h3 {
	margin-top: 3.8px;
	margin-bottom: 1px;
	font-size: 22px !important;
	color: black !important;
}

#foot-right h4 {
	margin-bottom: 3px;
	font-size: 18px;
}

/*Background*/
.container {
	background-color: rgba(255, 255, 255, 0.8);
	padding-top: 15px;
	margin-bottom: -80px;
	padding-bottom: 80px;
	margin-top: 64px;
}

/*Resonsive adjustments*/
@media only screen and (max-width: 768px) {
	.mission-statement {
		text-overflow: ellipsis;
		width: 300px;
		margin: 0 auto;
		white-space: nowrap;
		overflow: hidden;
	}
	
	.mission-statement:hover {
		height: auto;
		overflow: visible;
		white-space: normal;
		margin: 0 auto;
	}
	
	.container {
		margin-top: -15px;
	}
	
	.top-panel-left {
		text-align: center;
	}
	
	.logos div {
		text-align: center;
	}
	
	#right-pane-pics div {
		padding: 15px;
		text-align: center;
	}
	
	#right-pane-pics img {
		height: 100% !important;
	}
	
	#Popular-Links {
		margin-left: 2px;
	}
	
	#navlinks {
		margin: 0 auto;
		width: 280px !important;
	}
	
	.navbar-toggler {
		margin-left: 87%;
	}
	
	#right-pane-leftpic {
		margin-bottom: 45px;
	}

	.services-block {
		margin-left: 0px !important;
		margin-right: 0px !important;
		padding-top: 20px;
	}

	#Popular-Links {
		height: auto;
	}

	.eds_news_module_46365, .eds_news_module_46374 {
		margin: auto !important;
		height: 280px !important;
	}
	
	#GSD-button {
		margin-left: 0px !important;
		margin-bottom: 15px !important;
	}
}

@media only screen and (max-width: 992px) {
	#right-pane-pics img {
		height: 200px;
	}

	#quick-links {
		margin-left: 0px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	#contact {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 1200px) {
	.line {
		display: inline-block;
	}
	
	.navbar-expand-xl {
		margin-left: -10px;
	}
	
	#navlinks h5 {
		width: auto;
		padding-top: 10px;
	}
	
	#SPM-text {
		width: auto !important;
}

	#RPL-text {
		width: auto !important;
	}
}

#RPL-table thead {
	background-color: #133C68; 
}

#RPL-table h3 {
	color: white !important;
}

#contact p {
	margin-bottom: 0px;
}

.list-of-links p {
	margin-bottom: 0px;
}

.title-margin {
	margin-top: 69px;
}

#quick-links p {
	margin-bottom: 0px;
}

#SPM-button, #SPR-button {
	color: white;
	margin-bottom: 15px;
	max-width: 100%;
}

.center-list {
	display: table;
	margin: 0 auto;
}

.img-100 {
	height: 420px;
	overflow: hidden;
}

#flag-table {
	width: 100%;
	background-color: white;
}

#flag-table thead {
	text-align: center;
}

#flag-type {
	text-align: left;
}

.tree-img {
	height: 200px;
	margin-top: 17px;
	max-width: 100%;
}

.w-100 {
	max-height: 420px;
	overflow: hidden;
}

.banner-img {
	height: 420px;
	overflow: hidden;
	width: 100%;
}

/*Top button*/
#btn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#btn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.gray-background {
	background-color: #4f4e4e;
}

.SPM-background {
	background-color: #E75526;
}

.SPR-background {
	background-color: #329EAB;
}

.CFM-background {
	background-color: #8B7A68;
}

.RPL-background {
	background-color:  #133C68;
}

.services-block {
	position: relative;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.services-block a {
	color:#4f4e4e;
}

.services-block a:hover {
	color: #007bff;
}

.services-block > .row {
	padding-top: 0px;
}

.services-block hr {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.services-block ul {
	padding-left: 25px;
	margin-top: 15px;
}

.services-block img {
	width: 100%;
	height: 130px;
	object-fit: cover;
	margin-bottom: -44px;
}

.services-header {
	color: white;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
}

.services-header a {
	color: white;
}

.services-header a:hover {
	color: white;
}

/*Pan-image-gsd*/
#slow-pan {
	height: 420px;
}

#slow-pan img {
	-webkit-animation: slowpan 50s linear 0s infinite alternate;
	height: 420px;
	margin-top: -52px;
}

@-webkit-keyframes slowpan {
 0% {
    transform:translateX(-80px) scale(1.25);
  }
  
  100% {
    transform:translateX(90px) scale(1.25);
  }
}

#right-pane h1 {
	position: absolute;
	top: 20px;
	left: 180px;
	z-index: 1;
	font-size: 35px;
	font-family: 'Open Sans' !important;
	color: white !important;
}

.background-fill {
	background-color: white;
	box-shadow: 0px 5px 5px gray;
	height: 100%;
}

/*GSD and SPR main page news modules*/
.eds_news_module_46365, .eds_news_module_46374 {
	background: rgba(255, 255, 255, 0.6);
	margin-right: -15px;
	margin-left: -15px;
	padding: 15px;
	overflow: auto;
	height: 260px;
}

.eds_template_List_Article_GSD a {
	font-family: oswald, sans-serif !important;
	font-weight: 500 !important;
}

.eds_template_List_Article_GSD a:hover {
	color: gray !important;
	text-decoration: none !important;
}

.eds_template_Details_Article_GSD, .eds_news_module_46451 {
	padding: 25px;
	background: rgba(255, 255, 255, 0.6);
	border-bottom: 10px solid #678E34;
}

.eds_template_Details_Article_GSD h1 {
	font-family: oswald, sans-serif !important;
	font-weight: 500 !important;
}

.eds_template_Details_Article_GSD p {
	font-family: Helvetica, 'Open Sans', sans-serif !important;
}

/* width */
.eds_template_List_Article_GSD::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.eds_template_List_Article_GSD::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
 
/* Handle */
.eds_template_List_Article_GSD::-webkit-scrollbar-thumb { 
	background: rgb(233, 238, 234); 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

/* Handle on hover */
.eds_template_List_Article_GSD::-webkit-scrollbar-thumb:hover {
	background: rgb(215, 219, 215);
}

/*SPR news module*/
.eds_news_module_46398, .eds_news_module_46456  {
	padding: 25px;
	background: rgba(255, 255, 255, 0.6);
	border-bottom: 10px solid #329EAB;
}

#Popular-Links::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#Popular-Links::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
 
/* Handle */
#Popular-Links::-webkit-scrollbar-thumb { 
	background: rgb(233, 238, 234); 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

/* Handle on hover */
#Popular-Links::-webkit-scrollbar-thumb:hover {
	background: rgb(215, 219, 215);
}

.gray {
	color: rgb(100, 100, 100) !important;
}

.fa {
	margin-right: 5px;
}

.tiny-logo-img {
	height: 30px;
	margin-right: 10px;
	padding-bottom: 4px;
}

.article_rss {
	display: none;
}

#GSD-button {
	color: white;
	margin-left: -15px;
	margin-top: 5px;
}

#GSD-button:hover {
	background-color: gray;
}

#faq-ul {
	list-style-type: none;
	padding-left: 0px;
}

#faq-ul li {
	margin-bottom: 20px;
}

#searchBox {
	margin-bottom: 20px;
}

.background-fill p {
	padding-left: 10px;
	padding-right: 10px;
}

.background-fill p a {
	color: rgb(2,139,255);
}

.box-border {
	border: 1px solid black;
	padding: 5px;
}